Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bit packing of bundle params #192

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

elliottt
Copy link
Member

Fix a fuzzbug introduced in #185 where we missed updating a mask after also updating a constant indicating that the bit was no longer used. This PR fixes the bug by using the appropriate constant when masking, and also removing some additional functions that were missed in #185.

co-authored-by: Chris Fallin chris@cfallin.org

@elliottt elliottt merged commit d251c8e into bytecodealliance:main Sep 11, 2024
6 checks passed
@elliottt elliottt mentioned this pull request Sep 11, 2024
elliottt added a commit that referenced this pull request Sep 11, 2024
Bump to version 0.10.2 to include the fix from #192.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants